GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-06-20T05:11:49.3623192+00:00",
"SubmitDate": "2026-06-20T05:11:49.3623192+00:00",
"ReportPeriodStart": "2026-06-20T05:11:49.3623192+00:00",
"ReportPeriodEnd": "2026-06-20T05:11:49.3623192+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "0ce290d1-7221-485c-9170-7c8ff8b139a9",
"Rows": [
{
"ItemId": "ecf7340d-3c70-4256-9f34-a5cea43c7cad",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ecf7340d-3c70-4256-9f34-a5cea43c7cad",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "0ce290d1-7221-485c-9170-7c8ff8b139a9",
"Rows": [
{
"ItemId": "ecf7340d-3c70-4256-9f34-a5cea43c7cad",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ecf7340d-3c70-4256-9f34-a5cea43c7cad",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"62a50577-82d0-47bf-9e6d-8cdee3722879",
"db83c66e-2e9d-45d1-8bb2-d4444bd2baab"
],
"Approvers": [
"6d5894e5-4735-4e30-8b65-786294167732",
"c4c1e067-ef1a-41b6-b736-af9b2b84b17f"
],
"ApprovedBy": "ba5bd9e4-bf8d-41d5-b368-45153cad7594",
"ApprovalDate": "2026-06-20T05:11:49.3623192+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "b7043533-ea61-4b12-973f-22658e249a14",
"id": "16f351f8-3535-4f8a-86f0-e6e3376724fe",
"ConfigId": "fac520fb-d872-4448-8648-ac805b1e162a"
},
{
"GenerationDate": "2026-06-20T05:11:49.3623192+00:00",
"SubmitDate": "2026-06-20T05:11:49.3623192+00:00",
"ReportPeriodStart": "2026-06-20T05:11:49.3623192+00:00",
"ReportPeriodEnd": "2026-06-20T05:11:49.3623192+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "0ce290d1-7221-485c-9170-7c8ff8b139a9",
"Rows": [
{
"ItemId": "ecf7340d-3c70-4256-9f34-a5cea43c7cad",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ecf7340d-3c70-4256-9f34-a5cea43c7cad",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "0ce290d1-7221-485c-9170-7c8ff8b139a9",
"Rows": [
{
"ItemId": "ecf7340d-3c70-4256-9f34-a5cea43c7cad",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ecf7340d-3c70-4256-9f34-a5cea43c7cad",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"62a50577-82d0-47bf-9e6d-8cdee3722879",
"db83c66e-2e9d-45d1-8bb2-d4444bd2baab"
],
"Approvers": [
"6d5894e5-4735-4e30-8b65-786294167732",
"c4c1e067-ef1a-41b6-b736-af9b2b84b17f"
],
"ApprovedBy": "ba5bd9e4-bf8d-41d5-b368-45153cad7594",
"ApprovalDate": "2026-06-20T05:11:49.3623192+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "b7043533-ea61-4b12-973f-22658e249a14",
"id": "16f351f8-3535-4f8a-86f0-e6e3376724fe",
"ConfigId": "fac520fb-d872-4448-8648-ac805b1e162a"
}
]